The session-cache-class Element
From Documentation
Syntax:
<session-cache-class>a_class_name</session-cache-class>
[Default: SimpleSessionCache]
It specifies the session cache used to store ZK sessions. It must implement the SessionCache interface.
By default, SimpleSessionCache is used and it stores the ZK session in an attribute of the native session (i.e., HttpSession
or PortletSession
).
Version History
Version | Date | Content |
---|---|---|